home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 1.1 KB | 29 lines | [TEXT/GEOL] |
- Item 5480562 23-Feb-90 12:55PST
-
- From: DEREK White, Derek
-
- To: D1382 Pillar, Chris Ovard,PRT
- MACAPP.TECH$ MacApp Technical
-
- cc: JEFF1 Sussna, Jeffrey
-
- Sub: re-Link&Pascal problems
-
- Steve and Chris,
-
- I don't know about the Link problems, but it could be that your compiler
- problems are simply memory related. You didn't mention what versions of the
- compiler and linker you were using. If you're not using MPW 3.1, then get it.
- If you just got MPW 3.1, have you increased it's partition yet? If the
- compiler runs out of memory while growing it's symbol name table, the compiler
- complains about having too many names, not about running out of memory like it
- should.
- If you really are running into the 32K name table limit, you can prune your
- uses list by not using OSIntf and ToolIntf, and only using the units you need
- directly, and the units that the interfaces of those units need. If yoiu still
- have problems, link me and JEFF1.
-
- - Derek White
- (Mr. Pascal, retired)
-
-